home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 1 / Meeting Pearls Vol 1 (1994).iso / installed_progs / misc / multiplot / readme.1st < prev    next >
Encoding:
Text File  |  1993-07-17  |  4.4 KB  |  137 lines

  1. This file contains changes, hints and tips which didn't make it into the
  2. manual. Last updated 18/7/1993.
  3.  
  4.  
  5. POSSIBLE ADDRESS CHANGE
  6. The address for registrations may be changing from 1/1/1994. If you
  7. wish to register before 1/1/1994, use the current address:
  8.  
  9. Dr Alan Baxter,
  10. Cambridge University Department of Pathology,
  11. Tennis Court Rd, Cambridge CB2 1QP, UK.
  12.  
  13. If you wish to register after 1/1/1994, either check if the UK
  14. address is current by email (agb16@phx.cam.ac.uk)  or send the
  15. registration to the following address from which it will be
  16. forwarded:
  17.  
  18. Dr Alan Baxter,
  19. 1610 Malvern Rd,
  20. Glen Iris, 3146,
  21. AUSTRALIA.
  22.  
  23.  
  24. *** Beta Testers please see section at end of file. ***
  25.  
  26. WARNING!! PLT: BUG AND WORKAROUND...
  27. On receiving a write command, PLT: attempts to open the preferences
  28. printer. If no printer has been defined from within preferences, PLT:
  29. then mistakenly frees memory it has not requested resulting in a
  30. Software Error requester and an error number of #80000005. You MUST
  31. define a preferences printer before using the PLT: device, even if you
  32. are just using it for print previews.
  33.  
  34.  
  35. Undocumented Features and Changes.
  36.  
  37. 1)  If a point size of 0 is chosen in the CUSTOM PRINT WINDOW, multiplot
  38. will now print a point. Previously a point size of 0 did not print.
  39.  
  40. 2)  The Y axis legend text scales as if it were not printed sideways.
  41. This makes it easier for both axes to have text with a similar
  42. appearance.
  43.  
  44. 3)  Line thickness selections made within the CUSTOM PRINT WINDOW and the
  45. EDIT AXIS WINDOW and defined within the PRINT SETUP WINDOW are now used
  46. to set line widths in postscript output.
  47.  
  48. 4) If you get a jagged saw-tooth appearance at the right hand edge of the
  49. Multiplot screen, it can be eliminated by: Quit Multiplot, open the
  50. Workbench preferences overscan editor, edit the text size, pull the right
  51. hand screen edge in from maximum a pixel or two, click on the Use button,
  52. save changes and then reopen Multiplot.
  53.  
  54. 5) The Rexx directory contains a program called MPlotRexx which will send
  55. ARexx messages to Multiplot to assist in debugging ARexx macros which
  56. interact with Multiplot.
  57.  
  58. 6) To access the ARexx macro facility, the Rexxmast program in the system
  59. drawer must be run before starting Multiplot.
  60.  
  61. 7) The Rexx directory contains several macros which are both examples of
  62. correct usage of Multiplot's ARexx port and are also useful in their own
  63. right. These macros are described briefly below:
  64.  
  65. Flipset.mpt    Swaps x and Y values of a selected data set.
  66.  
  67. Joinsets.mpt   Merges two selected data sets.
  68.  
  69. Readtable.mpt  Loads tabulated Y values. To be run as a startup script.
  70.  
  71. ScaleY.mpt     Scales Y values and errors.
  72.  
  73. ShiftY.mpt     Transforms Y values.
  74.  
  75. SortY.mpt      Sorts points in selected data set on Y values.
  76.  
  77. 8) A new startup option is available to set the PostScript font used in
  78. both encapsulated and printed postscript output. The keyword PSFONT must
  79. be followed by one of:
  80. Times-Roman
  81. Helvetica
  82. Helv-Narrow
  83. AvantGarde
  84. Bookman
  85. Palatino
  86. ZapfChancery
  87. Courier
  88.  
  89. Example:      PSFONT=Helvetica
  90.  
  91. 9) A new startup option is available to set the PostScript page size
  92. used for printed postscript output. The keyword PSPAGE must be followed
  93. by either:
  94. A   USA page size A
  95. or
  96. 4   Internation A4 page size
  97.  
  98. Example:      PSPAGE=4
  99.  
  100. 10) Old file format files are now automatically converted to the new
  101. file format on opening. Note that some information is lost.
  102.  
  103.  
  104.  
  105. CHANGES AND BUG FIXES
  106.  
  107. Since version XLNf v1.05:
  108. * Multiplot no longer crashes if there is a right hand Y axis with a
  109. label, but the lowermost left hand Y axis does not have a label.
  110.  
  111. Since version XLNf v1.04:
  112. * The problem of small values being rounded to 0 has been fixed better
  113. than the last time (!).
  114. * Mutilation of very small values on log axes has been fixed.
  115. * The Project/Save menu option now has an "Are you sure?" requester.
  116.  
  117. Since version XLNf v1.03:
  118. * Data selection from ARexx has been corrected so that the Rexx command
  119. POINTADD will work.
  120. * The PULL window (an ARexx only window) can now open on a 200 pixel high
  121. screen.
  122. * The text of the error allert triggered when the PULL window fails to
  123. open has been corrected.
  124.  
  125.  
  126. Since version XLNf v1.02:
  127. * Loading from Project/New Graph now renders the graph in a visible
  128. pen and resets the maximum and minimum axis full plot values
  129. correctly.
  130.  
  131.  
  132. Since version XLNf v1.01:
  133. * Autoload from Project/Open Graph now accepts files with error bars
  134. correctly.
  135. * Autoload now reads and sets the column settings in the Data Selection
  136. Window.
  137.